Add development status note, document goals, and fix overstated CG claims#6
Add development status note, document goals, and fix overstated CG claims#6
Conversation
…fix overstated claims - Add prominent note that Solid26 is under development and not yet through CG process - Explicitly state the two goals of the document - Change 'first annual release of the Solid specification' to 'planned collection' - Remove language implying W3C Solid CG endorsement - Fix stewardship language to distinguish CG and ODI roles - Use proposed/planned/draft language throughout - Mark Solid26 Primer as draft Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solid26/sessions/da9fc89f-c00e-4e10-bf2c-5ca4e0d75397
|
@copilot please also clarify the following:
|
…mbers including ODI Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/solid/solid26/sessions/b5123891-3fc6-4d3e-bcf1-9c74f5023326
Updated in
Applied consistently across both |
There was a problem hiding this comment.
Pull request overview
Updates the Solid26 landing page copy to better reflect its in-development status, clarify the document’s goals, and correct/soften statements about the W3C Solid Community Group process and ODI’s role.
Changes:
- Adds an explicit development-status note and states two goals for the page/document.
- Reframes Solid26 as a proposed/planned collection (not an “annual release”) and marks versions/primer as draft/subject to CG confirmation.
- Clarifies stewardship/attribution language around ODI and the Solid Community Group.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| index.html | Adds dev-status/goals callout and adjusts page copy to avoid overstating CG/ODI authority and to better qualify draft status. |
| content.md | Mirrors the dev-status/goals and reframed language updates in the Markdown version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <section style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 1.5rem; margin-bottom: 2rem;"> | ||
| <p style="color: #664d03; margin-bottom: 0.75rem;"><strong>Note:</strong> Solid26 is currently under development. The primer and some specification documents referenced here have not yet been put through the W3C Solid Community Group process. We are working to have this done by the end of April 2026.</p> | ||
| <p style="color: #664d03; margin-bottom: 0;"><strong>Goals of this page:</strong> (1) To capture and communicate the goals and planned contents of Solid26, based on discussions in W3C Solid Community Group calls — providing a written reference for what has so far been discussed verbally. (2) To serve as an announcement and landing page once the documents included in Solid26 have been finalised through the Community Group process.</p> |
There was a problem hiding this comment.
This development-status callout uses multiple inline styles on the
elements. Since the page already has a central <style> block with reusable classes, moving these styles into a CSS class (e.g., a "banner"/"notice" class) would make the design easier to maintain and keep consistent across future updates.
| <section style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 1.5rem; margin-bottom: 2rem;"> | ||
| <p style="color: #664d03; margin-bottom: 0.75rem;"><strong>Note:</strong> Solid26 is currently under development. The primer and some specification documents referenced here have not yet been put through the W3C Solid Community Group process. We are working to have this done by the end of April 2026.</p> | ||
| <p style="color: #664d03; margin-bottom: 0;"><strong>Goals of this page:</strong> (1) To capture and communicate the goals and planned contents of Solid26, based on discussions in W3C Solid Community Group calls — providing a written reference for what has so far been discussed verbally. (2) To serve as an announcement and landing page once the documents included in Solid26 have been finalised through the Community Group process.</p> | ||
| </section> |
There was a problem hiding this comment.
Using a
| <section style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 1.5rem; margin-bottom: 2rem;"> | |
| <p style="color: #664d03; margin-bottom: 0.75rem;"><strong>Note:</strong> Solid26 is currently under development. The primer and some specification documents referenced here have not yet been put through the W3C Solid Community Group process. We are working to have this done by the end of April 2026.</p> | |
| <p style="color: #664d03; margin-bottom: 0;"><strong>Goals of this page:</strong> (1) To capture and communicate the goals and planned contents of Solid26, based on discussions in W3C Solid Community Group calls — providing a written reference for what has so far been discussed verbally. (2) To serve as an announcement and landing page once the documents included in Solid26 have been finalised through the Community Group process.</p> | |
| </section> | |
| <aside role="note" style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 1.5rem; margin-bottom: 2rem;"> | |
| <p style="color: #664d03; margin-bottom: 0.75rem;"><strong>Note:</strong> Solid26 is currently under development. The primer and some specification documents referenced here have not yet been put through the W3C Solid Community Group process. We are working to have this done by the end of April 2026.</p> | |
| <p style="color: #664d03; margin-bottom: 0;"><strong>Goals of this page:</strong> (1) To capture and communicate the goals and planned contents of Solid26, based on discussions in W3C Solid Community Group calls — providing a written reference for what has so far been discussed verbally. (2) To serve as an announcement and landing page once the documents included in Solid26 have been finalised through the Community Group process.</p> | |
| </aside> |
Feedback in solidproject.org#951 identified that the page overstates Solid26's relationship to the W3C Solid CG and misrepresents ODI's authority over the Solid Protocol.
Changes
Applied consistently across both
content.mdandindex.html.Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.